PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableRow Class / getCell Method
Index of the cell to get.
In This Topic
    getCell Method
    In This Topic
    Gets the cell at the specified index.
    Syntax
    public PDFFlowTableCell getCell( 
       int index
    )

    Parameters

    index
    Index of the cell to get.

    Return Value

    A PDFFlowTableCell object representing the cell at the specified index.
    See Also